SwiftCSV and RealmSwift library

125

import UIKit
import SwiftCSV
import RealmSwift

// default realm object
let realm = try! Realm()

class ViewController: UIViewController {
  //...
}

Comments

Submit
0 Comments